Fix stray double semicolons.
authorrobertl <robertl>
Wed, 21 Nov 2007 16:00:44 +0000 (16:00 +0000)
committerrobertl <robertl>
Wed, 21 Nov 2007 16:00:44 +0000 (16:00 +0000)
kml.c

diff --git a/kml.c b/kml.c
index 20f9e99207bf45c4f656be73bd9f5938d86082a2..b5e48ab781d0fe828c2c2a39581a5686a56cf67c 100644 (file)
--- a/kml.c
+++ b/kml.c
@@ -769,7 +769,7 @@ char * kml_gc_mkstar(int rating)
 static void kml_geocache_pr(const waypoint *waypointp)
 {
        char *p, *is;
-       double lat = waypointp->latitude;;
+       double lat = waypointp->latitude;
        double lng = waypointp->longitude;
 // optionally "fuzz" lat/lng here.